Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable service workers #760

Merged
merged 8 commits into from
May 29, 2024
Merged

Disable service workers #760

merged 8 commits into from
May 29, 2024

Conversation

camillobruni
Copy link
Contributor

@camillobruni camillobruni commented Apr 8, 2024

While an offline site is nice to have, it adds more problems than it solves for this kind of page.
In the effort to reduce maintenance burden I'm removing the service workers.
This first PR manually unregisters the service workers and later in a couple of months we can remove the sw.js file.

@camillobruni camillobruni requested a review from o- April 8, 2024 13:57
@ajklein ajklein self-requested a review May 28, 2024 23:13
Copy link
Member

@ajklein ajklein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think dropping SW support for v8.dev is a great idea! Is there anything blocking this?

package.json Show resolved Hide resolved
Copy link
Member

@o- o- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@camillobruni camillobruni merged commit 437cb6d into main May 29, 2024
4 checks passed
@camillobruni camillobruni deleted the 2024-04-02_no_service_worker branch May 29, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants